csv2rs (line 81)
Open CSV file and convert it into Data.
recordset,
&csv2rs
(url $url, err &$err, [timeout $timeout = 0])
-
url
$url: file/ftp/http url
-
err
&$err: returns the error message
-
timeout
$timeout: dispose if recordset has been alive for $timeout secs
rs2csv (line 27)
convert a recordset into CSV format
the
&rs2csv
(rs &$rs, [mixed $conn = false], [mixed $sql = ''])